- 01. Introduction
- 02. Why We Need an Activity Lifecycle
- 03. Android Activity Lifecycle
- 04. Reto on the Android Activity Lifecycle
- 05. Exercise: Lifecycle Events
- 06. Why does this Happen?
- 07. Save and Restore Instance State
- 08. Exercise: Persisting Data
- 09. Exercise: Fix the Lifecycle Display
- 10. App Termination
- 11. Preparing for Termination
- 12. Persisting Data With an Old Friend
- 13. Exercise: Persisting Data Part Two
- 14. AsyncTask and Loaders
- 15. Quiz: AsyncTaskLoader Advantages
- 16. Leveraging Loaders
- 17. Exercise: Add an AsyncTaskLoader
- 18. Caching with Loaders
- 19. Exercise: Caching with Loaders
- 20. Exercise: AsyncTaskLoader in Sunshine
- 21. Conclusion